home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / magic_ba.swf / scripts / DefineSprite_130 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  109b  |  9 lines

  1. if(_root.balls < 2)
  2. {
  3.    tellTarget("../")
  4.    {
  5.       gotoAndStop("leveldone");
  6.       play();
  7.    }
  8. }
  9.